home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_374 / BUTTONCONDACTION on(press).as next >
Text File  |  1999-10-24  |  93b  |  8 lines

  1. on(press){
  2.    stopDrag();
  3.    tellTarget("./")
  4.    {
  5.       gotoAndStop("start");
  6.    }
  7. }
  8.